home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / dvips / config.ps < prev    next >
Encoding:
Text File  |  1990-11-10  |  714 b   |  29 lines

  1. *
  2. *   We have half a megabyte of VM; let's be conservative and claim a bit less.
  3. *   Not really... seems like maybe we only have 150K.  seen in another config
  4. *   file -- 140K.  let's go for it.
  5. * m 400000
  6. m 140000
  7. * (for testing I claim a LOT less! Uncomment this if you want to see sections.)
  8. * m 100000
  9. *
  10. *   And send output by default to lpr.
  11. *
  12. * o !lpr
  13. *   Oh, just added hack to get printer name into output string: $ get replaced
  14. o !lpr -P$
  15. *
  16. *   Default resolution.
  17. *
  18. D 300
  19. *
  20. *   Stack pages correctly, assuming that they come out face-up.
  21. *
  22. * r
  23. *
  24. *
  25. *   Always compress the fonts, since we've got fast computers and slow ports.
  26. *
  27. * But on the other hand, things don't seem to work if we compress fonts.
  28. *Z
  29.